home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo CHKEXCEL - Scans for new Excel Macro virus
- echo.
- echo ■ This batch file runs Dr Solomon's FindVirus in 'all files'
- echo mode and enables it to detect the new Excel Macro virus,
- echo XM.Laroux
- echo.
- echo ■ You can do this manually by running FindVirus with the
- echo following syntax: FINDVIRU /EXTRA=LAROUX.DRV /DOALLFILES
- echo.
- IF NOT EXIST FINDVIRU.EXE goto whoops
- FINDVIRU /EXTRA=LAROUX.DRV /DOALLFILES
- goto byebye
- :whoops
- echo.
- echo.
- echo Error: FINDVIRU.EXE not found. Make sure you run this batch
- echo file in the same directory as Dr Solomon's FindVirus (v7.60 or
- echo later)
- goto byebye
- :byebye
-
-
-